home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / TTools / TToolsPalette / TBinderList.subproj / SelectorAgent.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  381 b   |  16 lines

  1. /* SelectorAgent.h
  2.  * Written By:  Thomas Burkholder
  3.  *
  4.  * You may freely copy, distribute, and reuse the code in this example.
  5.  * NeXT disclaims any warranty of any kind, expressed or  implied, as to its
  6.  * fitness for any particular use.
  7.  */
  8.  
  9. #import <appkit/appkit.h>
  10. #import "../Utilities.subproj/SortedStorage.h"
  11.  
  12. @interface SelectorAgent:Object <SortedStorageAgent>
  13. {
  14. }
  15.  
  16. @end